home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / iconx < prev    next >
Text File  |  1993-01-23  |  1KB  |  38 lines

  1. ICONX(1)                        DOS COMMANDS                        ICONX(1)
  2.  
  3. NAME
  4.      ICONX : to execute a script file from Workbench.
  5.  
  6. SYNOPSIS
  7.      ICONX
  8.  
  9. TEMPLATE
  10.      ICONX ?
  11.  
  12. PATH
  13.      C:
  14.  
  15. DESCRIPTION
  16.            ICONX is used to run script files from the Workbench. The options
  17.      are available through the Project icon's Tool Types. To make the script
  18.      file executable from Workbench, it is necessary to attach a project icon
  19.      to the file (copy any Project icon and name it <ScriptName.icon> where
  20.      <ScriptName> stands for the name of the scriptfile.) The icon and the
  21.      script file must be in the same directory. The default tool type of the
  22.      icon must then be set to C:Iconx (using the Workbench INFO menu item).
  23.            The WINDOW= and DELAY= can be set using the tool types.
  24.  
  25. OPTIONS
  26.      WINDOW=  : this is to define a window specification for ICONX to open
  27.                 when it executes the script. Any device or window can be
  28.                 used.
  29.                 Example: WINDOW=CON:0/0/400/200/Script
  30.  
  31.      DELAY=   : sets the number of second ICONX will wait before closing the
  32.                 console window. This is useful if one wants to give the user
  33.                 enough time to read what is output on the screen. If 0 is
  34.                 specified, ICONX will wait for a CTRL-C to close the console.
  35.  
  36. SEE ALSO
  37.      EXECUTE, Workbench.
  38.